2006-01-30 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property):
Use the setter for active. (#329208, Guillaume Cottenceau)
2006-01-30 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property):
+ Use the setter for active. (#329208, Guillaume Cottenceau)
+
+ * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
+
* gtk/gtkassistant.c (gtk_assistant_init): Move the
last button to the left where it does not affect
the positioning of forward/back.
2006-01-30 Matthias Clasen <mclasen@redhat.com>
+ * gtk/gtktoggletoolbutton.c (gtk_toggle_tool_button_set_property):
+ Use the setter for active. (#329208, Guillaume Cottenceau)
+
+ * docs/tools/widgets.c (get_all_widgets): Add GtkLinkButton
+
* gtk/gtkassistant.c (gtk_assistant_init): Move the
last button to the left where it does not affect
the positioning of forward/back.
switch (prop_id)
{
case PROP_ACTIVE:
- button->priv->active = g_value_get_boolean (value);
+ gtk_toggle_tool_button_set_active (button,
+ g_value_get_boolean (value));
break;
default: